home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10408 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.unt.edu!news
  2. From: Steve Fogoros <sfogoros@hsc.unt.edu>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Req:  Help with coding assignment {Any C programmers who Bowl?}
  5. Date: Sun, 17 Mar 1996 11:19:58 -0800
  6. Organization: University of North Texas Health Science Center
  7. Message-ID: <314C65DE.699E@hsc.unt.edu>
  8. References: <314ba37b.25739637@news.exis.net>
  9. NNTP-Posting-Host: sfogoros.hsc.unt.edu
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Steve Herborn wrote:
  16. > I can't seem to come up with the correct code segment for scoring a
  17. > bowling game.
  18.  
  19. Seems you have an algorithm problem, not a coding problem. I can see that you know how to 
  20. reference members of the array. You need to first understand the problem (accumulating a 
  21. bowling score). Before you write any code you should perform the steps on paper using 
  22. your brain as the computer. (This is not sarcastic; The whole point of the course you are 
  23. taking is to learn how to analyse the problem.) If you intend to use computer languages 
  24. to solve problems, your strongest foundation must be in algorithm design. Don't cut 
  25. corners here.
  26.  
  27. If you want to talk more about this you can email me. I'm surprised your post lasted this 
  28. long without comment.
  29.  
  30. -- 
  31. Steve Fogoros, Academic Information Coordinator
  32. University of North Texas Health Science Center
  33. sfogoros@hsc.unt.edu
  34.